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
15
Issues with a Checkbox Column
posted

Hi,

im have a Unbound Column in a Grid.

What im trying to do is setting the Value of this checkbox either way to true or false on the InitializeRow Event. On some grids the Checkbox somehow doesn't accept the Values somehow (it get display as the default value not really checked or unchecked).

I set the checkbox to NoEdit because i only want to display values to the user not want him to edit them.

Also i set the Datatype to Boolean of the Checkbox column.

Any suggestions ?

Parents
No Data
Reply
  • 25665
    Offline posted

    Hello Je Ri,

    Thank you for contacting Infragistics!

    I am attaching a sample that demonstrates how you can achieve this behavior. I setup the unbound column and then set its style to be checkbox and then in the initialize row event I set the value to the cells.

    UltraWinGrid.zip

Children
No Data