Hi
I am using Q3 2010, Blend 4, VS 2010. i am generating Columns dynamically using GridviewCheckboxColumn my questions are
1. i am using style to align the checkbox at the center of the Column., its working perfectly fine, but the problem is when i am trying
to edit the checkbox moves to the left of the bound column.
2. I need to use two clicks to edit the checkbox, but i am setting the checbox
i need to do two clicks ,
3. I need to set the width and height of the gridviewcheckbox column when i set width =50, height =50, in
edit mode it is going back to the defulat width and height
please check the attached file
thanks
sarag
I am using Q3 2010, Blend 4, VS 2010. i am generating Columns dynamically using GridviewCheckboxColumn my questions are
1. i am using style to align the checkbox at the center of the Column., its working perfectly fine, but the problem is when i am trying
to edit the checkbox moves to the left of the bound column.
2. I need to use two clicks to edit the checkbox, but i am setting the checbox
EditTriggers =
GridViewEditTriggers.CellClick;
AutoSelectOnEdit = true;
i need to do two clicks ,
3. I need to set the width and height of the gridviewcheckbox column when i set width =50, height =50, in
edit mode it is going back to the defulat width and height
please check the attached file
<Style TargetType="telerik:GridViewCheckBox"> <Setter Property="HorizontalAlignment" Value="Center"/> </Style>sarag