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
Whoops.... I was too hasty. This did not work for me.
Looks like I'll need to come up with a repro scenario for you. I'm surprised I can't easily turn off this hard-coded behavior, however. I need people to be able to type in negative numbers into a text box in the item template in the parent row.
I'll post again with a simple repro set up.
Okay here is my sample.
WHat I need to be able to do is type in - or + signs in the text boxes. When I use those keys however they always expand and contract the parent rows for me.
Thanks for any help!