I'm looking to change the row highlight color after a user has made an edit.
How would I go about doing that? Additionally, I'm not trying to be a jerk, but the online help is rather worthless in the context of building client-side functionality. :(
This doesn't tell me what *.getCell() is or returns.... of if it does, I don't know how to find it. http://help.infragistics.com/NetAdvantage/ASPNET/2010.3/CLR4.0/
Hi AnthonyAlmighty,
Your complaints about the CSOM help do not fall on deaf ears. They have been implementing changes for the last cycle or two. I will let them know of your thoughts however.
To answer your one question, *.getCell() returns an Infragistics.Web.UI.GridCell object on the client. That might help you find it better. Are you just trying to assign a css class to a cell or row? Once you have the row or cell, you could do $util.addCompoundClass(cell.get_element(), "newCss");
regards,David Young
Hello AnthonyAlmighty,
Let me know if you have furhter questions about your initial post.
I'd like to change the class on the row to indicate that a change has occurred in the grid. Users are allowed to inline edit data, sometimes hundreds of rows (time series data). It would be helpful to them to know which rows they changed prior to submission.
Just some quick feedback about these forums, because I know I have your ear. The "tag" system doesn't work too well. At least, I haven't seen how it has improved my ability to find information. You should also open up a "How To" sub-forum for each product. Allow the community to share with each other what they have accomplished. This would be a much more efficient way of finding the code/functionality that I want to implement than posting a question and waiting to hear back.