Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
WebDataGrid - solution needed for Template Column sorting or Server side double click handler
posted

Hi,

I have a Template column that lists primary key(project #) of the table as a link button. Clicking on link button does some server side processing and redirect to another page. I'd like to enable sorting possible on this template column (the contents are only datakey of the key). I undertand that Sorting may not be possible on the template column, if there's any hacks to achieve this, can you share some sample code please?

Alternatively, I can make this template column, bound coulumn and handle my server side processing on double click of the row. But, only client side double click handlers are there. How do I pass the selected Datakey value to the server side on double click? Again sample code is appreciated!

Thanks,

Mohan