asp.net mvc 3 - Adding a selection column to an Infragistics Jquery IGGrid -


I would like to add a column to my iggrid which is used to display existing users from my sqlserver db. Generally, the line will appear as ['username' 'email' 'selection'], select to link to other MVC 3 view, which displays users' details. I can do this very easily by using a table, however, my seniors will only allow me to use the infographic jacuzzi ingredient. And despite my research, I am in loss any help would be welcomed. My current code is as follows:

  @ (Html.Infragistics (.). Loader () .ScriptPath (Url.Content ("../../ script / Infragistics / js /")) .max ("infographic"). Render ()) @ (HML.expression) grid (model user) ("500 ") Height (" 500px "). Oodown Demand (Wrong). Generate Auto Columns (False) column (column = & gt; {column}. (X = & gt; x.FirstName) Headertext ( "First name"); column (X = & gt; x.ListName) .HeaderText ("last name"); For column (x => e-mail) .HeaderText ("email"); For columns (x = & Gt; x.jected) .HeaderText ("Date created"); For column (x = & gt; x.UserName) .HeaderText ("username"); For column (x = & gt; ; X.modified) .HeaderText ("Last Date Modified");}). Features (Features => {features.Paging (.) Type (OpType.Local) .Visible page (5) .ShowPageSizeDropDown (true) Page size (10) .PrevPageLabelText ("Previous") NextPageLabelText ("Next"); Features. Suit (). Mode (sorting mode. Single) .Colum NSettings (settings => {Settings.ColumnSetting () .column ("Customer ID"). PermissionTermering (true);}); . Features. Selection () MouseDragSelect (true). MultipleSelection (wrong) .mode (SelectionMode.Row);  

I hope someone will be able to give me a hand.

Thank you! !

Looks like you're trying to do a "master-extension" scenario where a grid user Displays and displays the UserDetails of the currently selected user. is this correct? If so, then I believe that I have a solution for you in my SkyDrive account

Hope this works for you!

Comments