Hi,
I am new to the whole web development platform (I come from winforms background). I am trying to develop a Master/Detail user control for DotNetNuke using WebDataGrid for the Master as well as the Detail grid. The examples that I saw do not use a webdatagrid as the detail. I would appreciate it if anyone can post a simple sample.
Thanks,
Steve
Is there a way to do the same thing by setting a ControlParameter in the detail grid's datasource in the SelectParameter? I have the detail grid datasource pointing to the master grid and the name pointed to the name of the datakeyfield of the master grid, but I don't know what to select for the PropertyName to get it to work. Seems like I used to be able to do this with the UltraWebGrid, but can't figure it out using the WebDataGrid.
Hello Infra_zero,
Attached is the updated sample. Please keep in mind that I've changed the web.config and the page directive to match the RTM of 11.2. If you have different build you can do so very easily as well by adjusting the build number.
The web.config
Do not hesitate to write me back if you need of further assistance.
Hi Radslav
I am evaluating this product and hence tried this code.but in web config it refer to old assemblies.Can you please add or change the assemblies section to suit the newer trial version which is available for download ?
<compilation debug="true" targetFramework="4.0">
<assemblies>
<add assembly="Infragistics4.Web.v10.2, Version=10.2.20102.1011, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB" />
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Data.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
</assemblies>
I have the latest version V11.2. or can you please some advice how to make it version neutral ?
Cool...I used your sample as a base and I got mine to work.
Thanks for your help!
Hello Steve,
Let me know if you need further assistance with this matter.
Thanks.