Hi,
I want to display a dropdownlist at the END of each row of a gridview. The gridview is generated dynamically. Can anyone help me???
Hi,
I want to display a dropdownlist at the END of each row of a gridview. The gridview is generated dynamically. Can anyone help me???
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vijaya KadiyalaPosted Mar 12, 2009, 12:09 PM
Hi
Try out ItemStyle-HorizontalAlign="Right"
Thanks -- Vijaya Kadiyala
Rajeev DalaviPosted Mar 12, 2009, 11:32 AM
And the gridview is being generated dynamically......
Vijaya KadiyalaPosted Mar 12, 2009, 10:53 AM
Hi
Are you refering to alignment of the DDL?
Thanks -- Vijaya Kadiyala
http://dotnetvj.blogspot.com
Rajeev DalaviPosted Mar 11, 2009, 10:16 PM
i am using template for generating dropdown lists, but they are getting displayed at the left of the gridview. But i want to display it to the right.......
Vijaya KadiyalaPosted Mar 11, 2009, 11:31 AM
HI
I belive Gridview is static only thing is you are populating with Dynamic Columns!! am i correct? If Yes Then you can use Template Column to put your DDL.
Thanks -- Vijaya Kadiyala