thanks i tried using exportcol:false and its working fine. but i am not getting isExported = true when exporting with custom formatter..
function scoreFormatter(cellvalue, options, rowObject){
console.log(options.isExported) –> this is always undefined
}
i do have exportcol:true in colModel
is there anything i am missing?
hello
i do have few more questions. how do export works (basically just to csv) i tried using jqGrid(‘exportToCsv’, {fileName:’name’}); and it works, but how do i hide some columns from export.. and how do i modify for custom formatter ?
we are ready to buy license ($299) . does this include some custom work if we need to ? i know this include 10 hours of support time.. but is there a limit in which we have to use those hours of purchasing (like first 90 days..)
thanks
i do have few basic questions,
is there a easy way to turn off paging ?? would this impact performance if i have like 500 rows in table.. and i am updating cell values real time( as in above requirement)
if enable paging ?? how can i position pager to the bottom of the table.. like table would take 90% of parent height regardless of rows then 10% would take pager.. this way pager will be at the fixed position regardless of number of records..
i am still trying to read documentation and getting familiar with the product..so far looks great..
thanks..
thanks a lot for demo.. this exactly is what i am looking for. i will use demo to make things work for real in our app.
thanks again..
here is the details
initially grid is loaded with static data.(from server) and data can be paged.but all of them are loaded.. then whatever page is visible..gets updated data couple of times a seconds. lets say grid has
AAPL, 45.67
MSFT,67.89 etc.
with frequent updates, i have to find the rowId and update cell values.. no new rows are added once grid is loaded, only cell values gets updated frequently. the most important thing we need to know something like ‘beforeSort’ so that i can find out old data.. and let server know NOT to send updates for old data.. and after sort, whatever is visible on current page, i can request update from server.
currently we are using other grid plugin, but its performance is not even acceptable, after 10 minutes of updates, whole browser becomes un-responsive. thats the main reason why we are looking for new solution.
thanks
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top