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
Ultrawebgrid with UltragridColumn Format property
posted

How can I assign the Format="%" property of a UltraGridColumn in .cs file based on the value of ID.

I know that we can assign Format property in InitializeLayout layout event. But here we cannot access the data. So how can add a Format property based on the value of other column data.

This is basically assigning a format at cell level.

Any ideas on this?