I am using an infragistics grid and i am unable to find the datagrideventargs. If i create a template column and then if i bind the grid with a dataset. Will the column be overwritten by the columns in the dataset. what is a cat?
maddyg
Posts
-
insert a image button in asp.net grid -
insert a image button in asp.net gridI have a grid. The bind the grid with the data from a dataset. I then add a column. I have to insert an image button in this column of the grid. when i click this image it should open another window. I want to know how can i insert an image into each row of the column and how to add an OnClick event to it. I am using the InitializeRow event but i am unable to insert an image and on click handler to it. Please send me your suggestions.
-
infragistics gridHello I am using infragistics grids in my project. I have 2 problems with my grid. 1. I have a data grid in which the columns can be moved. when i click on the row in the grid it should take the values custid and cust name and open another page. i have written a javascript for this but the problem is i an giving column numbers. I want a function which is number independent. 2. I want to layout the design in the grid and manually bind the elements to the grid. I have made the AutoGenerateColumns to false. but i do not know how to manually add the columns to it
-
routing to another page with the details of the selected a row on data gridHello Al Thanks for the prompt reply.. I tried putting this code but i have few questions like are DealerID and CustomerID database column names. and TB_Name, TB_Customer are fields in the other page?? i tried putting this code and in the first page and kept 2 text boxes with name TB_Name, TB_Customer in the second page but it is not working.. I am getting an error in the first page that it is not recognizing the names. So i put them on the first page itself but still not working.. actually nothing is happening when i am clicking the button. It would be gr8 if u could really help me out..
-
routing to another page with the details of the selected a row on data gridi have a data grid having all the customer infromation. when i select a row in the data grid and click the button in the web form, i want that button to open another page with details of the selected customer number, name etc. please let me know how to do this... if u have any code samples that would be great.