Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
355
keyboard control of xamwebgrid
posted

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?

Parents
No Data
Reply
  • 6475
    posted

    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 ?

Children