Hello everyone,
I have searched for this and I'm sure the answer is out there but I haven't been able to find it. I want to be able to edit the first cell in every column within a band.
I tried a few things like cell activation and also setting the datacolumn to ReadOnly = false;
Neither of these things work. Any help is much appreciated. Thank you!
Hi,
I took a look at these files, but like I said, they are not very useful. I'm not even sure which column is the "first" column that you are saying is not editable.
I'm assuming it's ultraGridColumn1 in the designer code, and I don't see anything in this code that would make this column read-only.
Try binding the same UltraDataSource to a DataGridView control and see if the field can be edited there. At least that will narrow the problem down to the grid or the UltraDataSource.
Hi Mike,
I know you said sending just these .cs files would be useless but it is the best I could do. We have built our application on a third party platform and I just wouldnt be able to send all the necessary data needed to have a small solution. My apologies for that.
The names in these files are different but they are the correct files. For instance the designer data is in the DummyGrid.Designer.cs but all of the functionality is built in the paletteZoneGroupingTemplate.cs file. I think the place in my mind it is going wrong is the designer code. I was having such a hard time getting the functionality build from the wizard that I basically build all the designer code by hand from example code..ect from Infragistics. With that said everything works exactly how I want it to I just cannot edit the cell data/string in the very first column (aka column[0]). I hope maybe something can be done with the files sent. Please let me know if there is anything I can do to help! Thank you so much, your time is much appreciated!
Hi Rich,
If you want to upload a sample, I strongly recommend a small sample project. That is - a complete solution which demonstrates the problem that I can run and debug.
A single cs file is generally pretty useless because it will not include the controls, the assmbly version information, or any dependencies.
To attach a whole solution,you will need to zip it up into a single file and attach it under the options tab.
What is the best way to send you a code snippet or file? I tired to upload a .cs file and it wouldnt allow. Let me know what works best for you, or for anyone that is willing to help. Thank you!
Thank you for your response. Thanks for the suggestion of the column keys. I was in fact trying to edit the first column not column one so the code suggested "should" of worked. I literally hand stitched all this code so there could be some other properties that could be affecting this.
I will try your suggestion and see if I can get that to work. I will send over some of the code and that would be spectacular if you could take a look at it. Thank you so much!