Hello,
I am having a strange issue when selecting few rows in my gridview. To select rows each one have a checkbox.
If I select a row, its background color is changed. If I select another row the background of the actual row is changed but the background color of the previous row dissapears. Theorically the color of the previous selected row sholud remain because is still selected.
Is it necessary to set a property for this?or isn´t this possible to do? I have been checking on-line demos and I have noticed it happens the same as it happens to me, but I don´t know whether this occurs by chance or is impossible to configure.
My other question is the following: in the gridview of my web application I use GridClientSelectColumn to select and unselect all rows. Does exist an equivalent data bound column in desktop applications?
Thank you in advance.
I am having a strange issue when selecting few rows in my gridview. To select rows each one have a checkbox.
If I select a row, its background color is changed. If I select another row the background of the actual row is changed but the background color of the previous row dissapears. Theorically the color of the previous selected row sholud remain because is still selected.
Is it necessary to set a property for this?or isn´t this possible to do? I have been checking on-line demos and I have noticed it happens the same as it happens to me, but I don´t know whether this occurs by chance or is impossible to configure.
My other question is the following: in the gridview of my web application I use GridClientSelectColumn to select and unselect all rows. Does exist an equivalent data bound column in desktop applications?
Thank you in advance.