First serious application using the GridGroupingControl. I put this control on the page, spent a couple of days getting the data and the look...and then tried to get the editing working. Yes, editing is enabled for everything and everyplace I could find.
As for text fields I have an "Address1" and "Address2" field. Identical in every way for both looks and settings. I populate it from my query. If I click in the populated Address1 field I can edit to my hearts content. If I click in the empty Address2 field, nothing. Can't type, can't insert spaces, nothing.
Then I got to my Zipcode, Phone and Fax fields. Zipcode populated with a 5 digit zip - nada. I can click in it but can't edit, can't delete, can't change. Same for my phone and fax fields regardless if they are empty or not.
So
- text fields with data are fine
- text fields that are empty are hosed
- numeric fields are hosed.
Next step was, "Well, maybe I have something screwed up in my setting that I did". So I dropped a brand new GridGroupingControl on the page and populated with with the same data. I didn't change, or even look at, any of the properties. Plain, straight from the toolbox control
Did the same thing. Column with text I could work with. Empty text column or numeric fields were locked. No entering, no nothing.
I am at a loss on this after 3 days and just can't believe it's this hard to use this control. What setting or parameter or whatever am I missing that is keeping me from editing an empty text column or a column with numbers?