Tagged Questions
1
vote
1answer
31 views
how to load a second datagrid using an action column in sencha
I have a datagrid that displays data and a user can select the "view" action column on this datagrid. When this happens, the user should view details of the selected row in a new gridpanel. I am ...
0
votes
1answer
17 views
Calculate rows and colums of specific list items
I've got the following question which I can''t figure out.
For example: I have 9 list items in one ul list. The li items have float:left (css) and are visible in 3 columns.
list item 1 list ...
0
votes
1answer
27 views
Javascript error while adding a row to a dojo datagrid
I am getting a javascript error newItem() was not passed an identity for the new item.
while i am adding a new row to a dojo datagrid.When does this error occur and for what reasons? Please guide.
...
0
votes
1answer
40 views
Dojo datagrid: sort by first value in cell layout
I have used a formatter to add some html (a link, a break and a span) on or around different values. The issue now is that the column does not sort. I think it is because every cell in the column ...
0
votes
2answers
93 views
jQuery GridView similar to Ext JS
I am currently using the GridView from Ext JS in one project and it is very feature-rich and complete.
However, I am looking for something functionally equivalent for another project. Something ...
0
votes
1answer
44 views
How to get data from DB to editable table and then export to Excel?
I've been looking for a table or data grid that is editable and can get data from a MySQL database with no luck.
I tried Slickgrid but there is not a lot of documentation out there and making it work ...
0
votes
1answer
49 views
Dynamic Loading Grids; Javascript or Tag library
I am looking for a grid implementation on my dashboard. The requirement here is that if the data that the grid might be fetching changes while a user is looking through the grid, the changes should be ...
1
vote
2answers
321 views
FuelUX datagrid not loading (using example)
I'm new to FuelUX so I was trying to get this to work, based on the example provided:
require(['jquery','data.js', 'datasource.js', 'fuelux/all'], function ($, sampleData, StaticDataSource) {
...
0
votes
0answers
28 views
can't put a json response in a Datagrid
I can't put a json response into a Datagrid to the line myData = dojo.toJson (response.Preloc, true);. Everything works fine, but if I pass this variable to "items" with (items: myData), the datagrid ...
0
votes
0answers
121 views
EasyUI - XML data load into datagrid
folks,
This is in continuation of question posted at http://www.jeasyui.com/forum/index.php?topic=1144 .
I'm trying to load an XML data (though by default easyui consume json). The example in the ...
0
votes
1answer
47 views
Editable javascript grid system with linked relationships
I am trying to find an existing JavaScript library which allows the creation of multiple editable datagrids. In addition, I need to be able to link the cells of the various datagrids such that editing ...
2
votes
2answers
2k views
How to force a refresh on a Kendo UI Grid filled with remote data?
I have a Kendo UI Grid filled with info from a remote source and I want to force a refresh on the information displayed after a Kendo UI Window on my website is closed.
I tried this:
var grid = ...
0
votes
2answers
136 views
setting fuelux datagrid column cellls to string from object collection
MY fuelux datagrid look like this inside backbone render function
var dataSource = new StaticDataSource({
columns: [
{
...
0
votes
1answer
118 views
Declarative dojox.grid.datagrid's header has onclick event?
Is it possible to have onclick in dojox.grid.datagrid's header.
I tried calling a function in header's onclick.. but it doesn't work.
<div class="claro" id="cvsd" name="dataGrid" ...
0
votes
1answer
385 views
Set dojox.grid.datagrid header column width dynamically
I have a declarative dojox.grid.datagrid with initial header column width. And i have a textbox. my need is
In UI, if user enters any value to textbox, that value should be set as the dynamic width ...
1
vote
2answers
230 views
how to make fuelux datagrid's(generated by backbone collection ) each row editable using dailog
new StaticDataSource will construct datasource for fuelux grid. The formatter will set the property to generate editable button in datagrid cell. The code is as follows:
app.PlayersView = ...
1
vote
1answer
548 views
Constructing fuelux datagrid datasource with custom backbone collection
I am trying to build datagrid with sorting, searching and paging enabled. Therefore, I am using fuelux-datagrid.
MY backbone view looks like this:
var app = app || {};
$(function ($) {
'use ...
0
votes
2answers
172 views
Read table header field value using javascript
I have a grid. on double clicking the grid, i need to get the field values of the table..
Grid code:
<div class="claro" id="sdsfs" name="dataGrid" ...
1
vote
1answer
450 views
setting fuelux datagrid source from backbone collection
I am trying to set the fuelux datagrid source from my backbone collection. The examples source is here on https://github.com/ExactTarget/fuelux/tree/master/sample .
I tired like
(function (root, ...
1
vote
3answers
939 views
ReferenceError: define is not defined while embedding fuelux;s datagrid.js
I wanted to add use http://exacttarget.github.com/fuelux/ to build datagrid.
I wanted to add the library to use it. I did the following
<link href="<spring:url ...
3
votes
2answers
165 views
SlickGrid selection issues on sort
When using SlickGrids selection and sorting together I found that the selection is storing the index of the selected rows rather than storing the selection for the data you selected.
How can I fix ...
0
votes
2answers
104 views
Dojo DataGrid: Doesnot sort images in a column
I have written a code for dojo datagrid column which contains images.
Code:
formatter: function(cellValue, rowIndex){
if(data.items[rowIndex].status == "COMPLETED"){
return "<img ...
4
votes
2answers
635 views
jqGrid: What the difference between loadComplete and gridComplete events?
This question originated after I looked on this answer of Oleg and demo-grids in it.
gridComplete:
This fires after all the data is loaded into the grid and all other
processes are complete. ...
0
votes
1answer
414 views
Change the background color of row in datagrid
I have a datagrid and it has a checkbox in rows. I want to change background color of row when checkbox is clicked. Example code:
<asp:DataGrid ID="Grid" runat="server" DataKeyField="KeyID" ...
1
vote
3answers
1k views
get a row from a grid ExtJs 4
I think it's very simple to answer to this question:
I have simple grid with my custom store:
//other code
{xtype: 'grid',
store:'SecondStore',
itemId: 'mainTabPanel2',
...
0
votes
1answer
68 views
How do I build a datagrid using google apps script?
Using Google Apps Script + GUI API, How can I build a datagrid?
I am trying to build an object to show a range from spreadsheet into google site, with title columns, data, and clicking on the title ...
0
votes
1answer
337 views
Knockout.js SimpleGrid doesn't render correctly
I was trying to modify Knockout.js simpleGrid , so that I could put hyperlink in cell content. I replaced
this.addItem = function() {
this.items.push({ name: "New item", sales: 0, price: 100 ...
0
votes
0answers
101 views
Filtering dojo grid with search bar
I have a dojo grid populated using a JSONRest Store. I have a search bar on the top and I need a way to filter the grid as the user types into the search bar. Would this be something I would have to ...
0
votes
0answers
67 views
How do i get to the table header = “1”
In this example:
function onRowClickHandler(evt){
var clickedTaxLotId = grid.getItem(evt.rowIndex).PARCELID;
var selectedTaxLot;
dojo.forEach(map.graphics.graphics,function(graphic){
...
2
votes
1answer
604 views
HTML5 javascript framework for datagrid (or spreadsheet)
I have been doing some digging around on the Internet and I’m wondering if you know of a product.
I’m looking for a robust HTML5 javascript framework for datagrid (or spreadsheet) where it can do ...
0
votes
2answers
2k views
How to get selected row index of ASP.NET DataGrid Control in JavaScrip Method?
There is a DataGrid used in Default.aspx and Requirement is to get the text of all columns of selected row in a javascript method to copy it to clipboard. Currently, I'm doing this task but it selects ...
0
votes
0answers
176 views
ASP.NET datagrid image button item command and radconfirm
I have a datagrid and a column "Name" that has an image button.The image button is generated form server side like ..These are parts of the code from different places just to gice an idea
...
0
votes
1answer
244 views
Get the value from a datagrid row using jquery on click
I have the following datagrid.
It has only one column and many rows:
<asp:DataGrid id="grid1" runat="server" AutoGenerateColumns="False">
<Columns>
<asp:BoundColumn ...
0
votes
1answer
166 views
dojox enhancedGrid override canEdit function
Im trying to override canEdit(inCell, inRowIndex) and to set disabled fields like canEdit(3, 0); so the row 0 and cell 3 is no longer editable. I using dojo 1.8.
I have a problem that either it ...
1
vote
0answers
133 views
how to avoid bellow cell copy in to the above cell in extJs 3.2
I have EditorGridPanel data set. i want to disable some cell editable(check database that field record read-only is YES).
I did that calling "getSiteEditable". I disable cell edit but when i click ...
1
vote
1answer
186 views
dojo enchancedGrid dynamacally set editable false on specific cell doesnt make a change
I have my datagrid which I take the actuall row I click on and then loop it through, I get the values I want and change editable true to false. I found this render() function that I could not get to ...
0
votes
1answer
164 views
dojox.grid.enchancegrid delete row, rows deletet from server but not from grid
I have my enchancegrid named unitsGrid thats working properly. I can add rows and delete rows, but when I delete rows I get some problem that I cant figure out so rows doesnt disapear from my ...
1
vote
0answers
144 views
dojox.grid.enchancegrid editable fields force save
I have a enhancegrid which fields are editable. Some fields will be changed manually while others will change dynamically. The thing is that I would not want to store values onApplyEdit, I want to ...
0
votes
0answers
220 views
Slick Grid Inline Edit Whole Row
I wants to create a functionality like Editing a whole row in single click.
so is there any plugin like that for SlickGrid....
0
votes
2answers
2k views
Suppressing a Kendo UI Grid selectable event when clicking a link within a cell
I have a Kendo grid that has links, which I also set to selectable, snippet here:
columns: [{
field: 'link', title: 'Link',
template: '<a href="${link}">Click Here</a>'
}],
...
...
2
votes
0answers
108 views
Change default behavior of the Dojo DnD plugin on EnhancedGrid
I'm using Dojo 1.8 for an application I'm working on and I'm trying to create a file browser of sorts (à la Dropbox). I'm using an EnhancedGrid to display the list of files and directories, along ...
2
votes
0answers
149 views
Fast js datagrid for ipad [closed]
I am looking for js datagrid library for ipad that supports this functionality:
frozen columns and headers
Responsive scrolling with about 15 columns and 100 rows
I've already tested a few js ...
0
votes
2answers
122 views
Modify text values in datagrid returned by SELECT command
I would like to modify the text values after the data has been returned from the database, I need to modify the MBS1270 and the MBS1263 to look like the others when displayed in the datagrid.
...
1
vote
1answer
173 views
Consume WCF crossdomain using JSONP to store in datagrid and view data dojo?
I can't find this anywhere and i don't know why the cross domain REST request is not solved by dojo. anyways here is the problem:
I am implementing dojo data-grid, and i am trying to get the data for ...
0
votes
1answer
62 views
Javascript Toolkit for Draggable Mosaics?
There's a style of web pages that's often seen in "status panel" applications. Geckoboard is a very nice example - http://www.geckoboard.com/ - and Windows 8 appears to be similar in style (but ...
0
votes
0answers
156 views
Adding a new row to datagrid
I have the rows module, priority, request date, etc, are all in a gridview which are retrieved from a datasource. I was wondering how I can create another row and add it to the datagrid clientside ...
0
votes
2answers
33 views
Multiple "s in ASP statement
I am databinding some SQL to a GridView and now want to have a link to a javascript function with 2 parameters, one being another field in the row.
NavigateUrl="javascript:ShowDialogTest('2','<% ...
0
votes
1answer
292 views
Equivalent for Dgrid/Store (Dojo toolkit) in Jquery/Backbone.js
I have come accross those grids and was wondering if they were any new ones (or recommended ones). Same about stores, I believe backbone as collection for instance. I'm looking for something similar ...
0
votes
2answers
695 views
Datagrid scrollbar with fixed header and scrolling issue
I have a datagrid in such a way that I set the header not visible and I put a fixed size table as a header instead. Then the datagrid is wrapped in a div which has the attribute "overflow-y:scroll", ...
3
votes
1answer
7k views
SlickGrid: Simple example of using DataView rather than raw data?
I'm working with SlickGrid, binding data directly to the grid from an Ajax call. It's working well at the moment, the grid updates dynamically and is sortable, and I'm using a custom formatter for one ...


