Search Type: Posts; User: jpatel3
Search: Search took 0.02 seconds.
-
29 Nov 2011 12:18 PM
- Replies
- 4
- Views
- 980
any help on this one?
-
28 Nov 2011 1:17 PM
- Replies
- 4
- Views
- 3,465
any luck with livegrid? we are also facing smae issue, its keep coming as 'Nothing Found' on bottom of the grid. is there any config we can disable in order to get rid of it?
-
28 Nov 2011 7:10 AM
- Replies
- 4
- Views
- 980
its after all rows inserted, it inserts 2nd row again in the end. and throws js error - 'internalId' is null or not an object
e.g.
1 test
2 test2
3 test3
if you copy this rows one by one... -
28 Nov 2011 6:36 AM
- Replies
- 4
- Views
- 980
Copying the rows from the grid and inserting into same grid in begining (insert at position 0).
It was causing performance issue, as soon as hits more than 10 rows. I started using... -
9 Nov 2011 2:27 PM
- Replies
- 2
- Views
- 1,101
I have store associated with the grid, and copy feature in toolbar, which copies multiple rows and paste it on the grid. For this I am reading the values from store, and inserting one by one....
-
28 Oct 2011 9:44 AM
Jump to post Thread: highlight grid row by jpatel3
- Replies
- 1
- Views
- 449
you have to add below in your grid's definition
......
viewConfig: {
getRowClass: function(record, index, params, store) {
return store.getNewRecords().indexOf(record) >= 0 ? 'modified-row-cls' :...
Results 1 to 6 of 6
