Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1125
Selected value in grid within where clause of EntityDataSource
posted

I have a master webDataGrid which on row change needs to update a child webDataGrids entityDataSource. I am attempting to do this with a where parameter, but receive the following error - how can I achieve this?

EntityDataSource Where 

<WhereParameters>
<asp:ControlParameter ControlID="uxParentGrid" Type="Int32" Name="ParentId" PropertyName="SelectedValue" />
</WhereParameters>


ERROR

DataBinding: 'Infragistics.Web.UI.GridControls.WebDataGrid' does not contain a property with the name 'SelectedValue'.

Parents
  • 37874
    posted

    Hello,

    Can you please share your code used for updating the child WebDataGrid. From the provided details I am unable to tell what is the reason for this error. Any other information about your scenario would be helpful. Thank you.

Reply Children