Hi all,
Seems like something simple but I can't find where or how to control this behavior.
I have a xamwebgrid with a child band showing hierarchical information. There are text boxes in the parent as well as child rows.
The child rows allow me to type any character in the textboxes, but in the parent rows I can't type a minus (-) or plus (+) sign. Turns out these seem to be reserved for expanding/contracting the rows.
Can I turn this behavior off somehow?
Hi,
Do you use the Inline Editing feature of the XamWebGrid? Or perhaps you defined those textboxes in a TemplateColumn's ItemTemplate - this is the only way I can think of to reproduce the behavior you described. Could you provide some more information - the XAML code for your XamWebGrid ?
Thanks Georgi, yes, I am using an item template within a template column to render the text boxes in the column. Nothing else fancy except for the hierarchical nature.