User Profile & Activity

Member
Page
of 2
Thanks for this..

David
Posted: October 10, 2011 7:45 AM
Thanks,

All working now..

David


Thanks Yudi,

thankyou for the help..

I require some logic to be evaluated before a delete occurs, which requires some of the bound columns (hidden) to be passed into the delete sproc too. This is where the challenge arises as i currently cannot get the hidden columns to be passed in, even though they are in the delete element list (see below)

Could you please provide an example of this also.

David

<RootTable DataKeyField="MyId">
<Columns>
<ISWebGrid:WebGridColumn Caption="HiddenId" DataMember="HiddenId" DataType="System.Guid" Name="HiddenId" Width="100px" Visible="false" EditType="NoEdit" >
.....
......

<DeleteParameters>
<asp:Parameter Name="HiddenId" Type="String" />
</DeleteParameters>

Posted: August 24, 2011 10:53 AM
Hi,

OK, thanks, the event is firing.

How do i now get the column name and sort direction of the column name ?

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