I have a variable that I am setting on my context page. I am trying to set the variable on my context page but it is not getting recognized on my model. does anyone have an example on how to send variable across?
public list ......
{
....
if ....
for ....
.....}
}
return .....
Hi,
Thanks for the details on your workflow. However it is not enough to assume what may be causing the issue in this exact scenario. It does not look like a straight-forward case as well. Please try to isolate the behavior in a small working sample that I will be able to run and debug on my side.
I am trying to generate a list of items from the DB in to a grid via dropdown. The list is being pulled from the DB and being stored in the variable but for some reason I can not get it to display in the grid. The DB call happens on the entrytaxk and is being stored on my context page in the application level. When I try to reference the value in the model it will not reference the variable. I have add the path in the using .... but it still will not find it.
Thank you for posting in the Infragistics community !
I am not able to understand the issue you are struggling with. Could you please explain in more detail or ideally send an isolated sample demonstrating the issue ?