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
195
Regarding changing the controls name and ID's
posted

Hi,

I have a Grid using the the data from model.

now I want to add the different color codes for respective tr of header of child so for that need to add the JavaScript function to add the background color for respective header row. Please give me idea how to right the java-script/J query function to get the number of child and how to add the css for that child header.can we add the ID's and class names according to our requirement to grid controls because right now it takes from the column name.

please help me on this.

and now my data is coming into grid and when we click on any row that data need to bind with respective text box and combo how can we achieve this?