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?
You should use the Editing feature of the XamWebGrid. It's under XamWebGrid.EditingSettings. You could check out our "Editing Data" sample for the XamWebGrid in the samples browser (http://labs.infragistics.com/silverlight/lobsamples/2009.1/). Using the Editing feature will solve your problem.
Hope that helps
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.
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 ?