Page 1 of 1

DatGrid column not accepting changes

Posted: Thu Sep 24, 2009 8:44 pm
by tjframe
Hi all,

I'm new to datagrids and have encountered a situation that I hope is easily explained by some incorrectly set property setting or something.

Basically I have a grid with like 6 columns and I can click and edit the text of each row and column except that one of the columns reverts back to the previous value as soon as I click outside the cell box. The other columns I can edit and change normally.

What am I missing?

- thanks

Posted: Fri Sep 25, 2009 5:24 am
by trevordevore
Hi,

What you describe isn't normal behavior but we will need more details to troubleshoot.

Can you provide some more information about the Data Grid? Have you customized any of the column templates? What scripts have you added? Anything else you may have done to that column that makes it different then the others?

Posted: Fri Sep 25, 2009 4:30 pm
by tjframe
Actually I figured it out last night :)

I had a space " " after the last char of the name of the column and that is what was causing it to not update the text after closing the cell. Go figure!

So I removed the space and all is well again. The weird thing is that I tried to duplicate this "behavior" (bug?) by doing this to another column name, but it still worked normally. Oh well..

Thanks for responding :)

- TJ