Hello,
I have 2 others questions about RadGridView (I can't update the post title) :
1- It's possible for a grid to set ActionOnLostFocus="CancelEdit". But if the user is editing a cell and he clicks on an other cell, the thread goes to _CellValidating event (where I check the correct format of cells user values) and he returns an error. I want to know if is it possible to set an 'ActionOnLostFocus' for a cell ?
(Exemple width attached 'actiononlostfocus' file)
2- I created a Style for gridView cells :
<Style x:Key=
"cellStyle"
TargetType=
"telerik:GridViewCell"
>
<Setter Property=
"HorizontalContentAlignment"
Value=
"Center"
/>
</Style>
When I applied it on my gridColumns, the TextBox (or Textblock) width is set to Auto and I didn't found where can I fix it to the column width.
(Exemple width attached 'witdh_1' & 'width_2' files)
Can you help me ?
Thank you.