User Profile & Activity

Neil Turner Member
Posted: January 26, 2012 4:14 AM

Hi


Thanks for that, apologies, I wasn't very clear in my initial question.

It's the Paste and Save functionality I need as I don't know how to trigger those events and can't find it in the documentation, the server side functionality for doing the work is in place i just need to know how to call Paste and Save from the client side.

Any news on this yet?

I don't have another scenario as this layout was stipulated by the client

Could you give me a url for the WebGrid sample named RowCheckerColumn?

I couldn't find it in the samples

So I've managed to get a really basic version to return the count of checked rows using GetCheckedRows but that seems to return an arraylist of undefined strings.


Could someon let me know how to use what GetCheckedRows returns

Posted: June 13, 2011 5:18 AM

Thanks for that but it didn't work for the child table

I have however managed to reduce the right hand column of the root table to about 2 pixels.

The oninitialize event of the child table never seems to fire though so the right hand column remains there. So far I have this and it seems to do absolutely nothing


            childtable.RowHeaders = RowHeaders.No;

            childtable.Layout.RowHeaders = RowHeaders.No;

            childtable.Layout.AutoFitColumns = true;

            childtable.Layout.ClientSideEvents.OnInitialize = " ChildTable1_OnInitialize()";

            childtable.Layout.ClientSideEvents.OnAfterInitialize = " ChildTable1_OnInitialize()";


My grid looks a mess right now and I need to show the customer something more professional that this.


Any help appreciated.


No that didn't work either

The selectedIndex just isn't being persisted on postback

All times are GMT -5. The time now is 10:32 PM.
Previous Next