how to merge gridview row for particular id in .net?
how to merge gridview row for particular id in .net?
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.
Sanjeeb LenkaPosted Aug 21, 2013, 8:31 AM
try this. it will show both the field in one column.
Hardik PatelPosted Aug 21, 2013, 8:20 AM
CellPadding="3" EnableModelValidation="True"
onselectedindexchanged="gdvEvents_SelectedIndexChanged"
onrowdeleting="gdvEvents_RowDeleting" onrowcommand="gdvEvents_RowCommand"
PageSize="20" AllowPaging="True" onpageindexchanging="gdvEvents_PageIndexChanging"
>
CausesValidation="False"
onclientclick="if (!confirm('Do you want to delete this Event ?')) return false;">Delete
Sanjeeb LenkaPosted Aug 21, 2013, 8:12 AM
Hardik PatelPosted Aug 21, 2013, 8:10 AM
Bookeddate|facility|booking date|eventid|status.
i want to merge my status column for same eventid.
Sanjeeb LenkaPosted Aug 21, 2013, 7:58 AM
can you provide more details with sample data .....