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
160
Setting WebDataGrid FixedColumns programatically in C#?
posted

I found this code in one of the Help files:

behavior.FixedColumns.Add(new FixedColumnInfo("selection", FixLocation.Left));

However, the word "behavior" is underlined in red and when I hover over it, C# says, "The name 'behavior' does not exist in the current context."

Anyone know how to fix this?  I'm trying to set it on Page_Load in the code-behind.

Parents Reply Children
No Data