Customize gridview
-
Hi, I have a plain template coloum in a gridview, when user click on the template coloum a dropdown list should display in the particular cell with dynamically binded values. How can we do so? Thanks YPKI
-
Hi, I have a plain template coloum in a gridview, when user click on the template coloum a dropdown list should display in the particular cell with dynamically binded values. How can we do so? Thanks YPKI
You can put a label in the template column , and onclick event of the label show the dropdown
-
Hi, I have a plain template coloum in a gridview, when user click on the template coloum a dropdown list should display in the particular cell with dynamically binded values. How can we do so? Thanks YPKI
You add EditTemplate Item with that template field. there you can add a drop down and bind the values in grid view Edit event :thumbsup: