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
395
Serverside column positioning
posted

Hi,

I have a webgrid which is connected to a SQL-datasource, which in turn has it's SELECT statement set to a stored procedure.

This means (as far as I know) that the order of the columns is decided by the stored proc.

How can I rearrange the column positions on the server? In a winform grid I would use the visiblePosition property, but that is not available here.

How to solve this one?