flexigrid
Flexigrid: window.resize problem
I managed to come up with a code that can make flexigrid more \"fluid\", more specifically it can resize depending on the window size on page load, but now I would like to add the function to resize a[详细]
2023-01-23 09:19 分类:问答Flexigrid: selection of rows to survive refresh
I am using flexigrid in a project and I would like to be able to keep the selected rows after the grid is refreshing. I asked the same question on the flexigrid discussion board and I got this answer:[详细]
2023-01-23 09:03 分类:问答On Row Click disable/enable a button depending on content of a cell in that row
I\'m currently using the flexigrid.js plugin and there is a button that I wish to enable/disable depending on whether a certain cell in the currently selected row is equal to a certain value.[详细]
2023-01-21 05:25 分类:问答Redefine/Reset columns in flexigrid?
how to dynamically redefine columns in flexigrid? i have tried the followings: model = [{ .../*some new columns model*/开发者_运维百科 } ];[详细]
2023-01-13 23:28 分类:问答JQuery Flexigrid: How to wrap text in flexigrid column?
JQuery Flexigrid: How to wrap text in flexig开发者_StackOverflow社区rid column?$(table).flexigrid({[详细]
2023-01-10 08:02 分类:问答how do you pass parameters in asmx using Flexigrid?
here\'s my code: $(\'#flex1\').flexigrid({ method: \'POST\', url: \'/services/MHService.asmx/GetSurgicalHistory\',[详细]
2023-01-09 04:26 分类:问答how to pass new query to Flexigrid?
im trying to pass new query to FlexiGrid using t开发者_Python百科his code: $(\'#fgAllPatients\').flexReload({ query: \'blah=qweqweqwe\' });[详细]
2023-01-09 00:43 分类:问答Flexigrid with IE6 show only headers
I\'m using flexigrid with jquery-1.2.3.pack.js. It works fine with Firefox but when I try IE6开发者_开发技巧, it shows only headers.[详细]
2023-01-08 16:34 分类:问答jQuery Flexigrid with ASP.NET MVC
I\' trying to use Flexigrid with ASP.NET MVC. I need all the JSON type functionality(searching, sorting, find) except that I\'m using foreach in my view and looping to generate the table rows.[详细]
2023-01-01 12:56 分类:问答Flexigrid built with jquery: does it support right click row functionality?
Flexigrid is awesome 开发者_如何转开发but does anyone know if it supports a right click event on a row?First time I\'ve seen that plugin - very nice, although maybe a bit too rich for me. I use dataTa[详细]
2022-12-24 08:30 分类:问答
加载中,请稍侯......