You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flexigrid for jQuery
I am guessing the is possible but very tricky.
I have a flexigrid and it has a bunch of columns that users require.
This is a pain as I end up with scroll bars when I know that each user
group is only interested in a subset of the columns. In the flexigrid
the user can chose to hide some the columns and effectively
"customize" the grid to meet their needs which is cool.
The problem is that they will postback regulary on the page and after
the postback the grid renders back in the default view of columns and
order. The user loses the customized view they just created. This
deems this very useful functionality effectively useless for us.
I could try and create an Event when the user customizes the grid and
set some values that I can persist on the server and then pass back to
the client on postback.
I am wondering if anyone else has faced this conundrum.