Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
110648 | Aug 19,2013 11:30 AM UTC | Sep 4,2013 01:08 PM UTC | WPF | 1 |
![]() |
Tags: GridControl |
Is there away to add another column which is of type checkbox and if the checkbox is checked then the row is selected and if its unchecked then the row is unselected?
Hi Gareth,
We have analyzed your query you can add the column which is the type of checkbox
by setting Celltype as CheckBox. You can refer
the below code snippet.
Codesnippet[XAML]:
<syncfusion:GridDataVisibleColumn
HeaderText="State" DataType="Boolean"
MappingName="IsSelected" > <syncfusion:GridDataVisibleColumn.ColumnStyle> <syncfusion:GridDataColumnStyle CellType="CheckBox"
HorizontalAlignment="Center" IsThreeState="False"/> </syncfusion:GridDataVisibleColumn.ColumnStyle> </syncfusion:GridDataVisibleColumn>
|
We have prepared a sample based on this ,Please find
the attached sample below,
Please let us know if you have any query,
Regards,
Saravanan.M
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
or the page will be automatically redirected to sign-in page in 10 seconds.