Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
ASP.NET MVC jQGrid dropdownlist
27/10/2010
14:31
Avatar
trs
New Member
Members
Forum Posts: 2
Member Since:
27/10/2010
sp_UserOfflineSmall Offline

Hi all,

I have a jQueryGrid in ASP.NET MVC 2 in which a dropdown list needs to be implemented.

The code that I have written below just displays the data and that too only the first result:

new JQGridColumn{
                        DataField = "DepartmentRoleName",
                        HeaderText = "Deptt Role/s",
                        Sortable = false, TextAlign = Trirand.Web.Mvc.TextAlign.Left,
                        Width = 50
                    }

Also please I would like to know how the existing LINQ query would need to be changed.

It currently is as under:

empDetails = (from emp in empDetails
                          select new HS.Setup.Models.EmployeeDetailsForGivenHospital
                          {
                              UserName = emp.UserName,
                              EmployeeId = emp.EmployeeId,
                              EmployeeDesignationName = Enum.GetName(typeof(HS.Business.Utility.Designations), emp.EmployeeDesignation),
                              DepartmentRoleName = emp.DepartmentRoleName, // This is the dropdown list
                          }).ToList();

Thanks in advance.

27/10/2010
16:25
Avatar
trs
New Member
Members
Forum Posts: 2
Member Since:
27/10/2010
sp_UserOfflineSmall Offline

I am providing information as to how I have defined the jQGrid inside aspx file. The grid is loading properly, only problem is the dropdown list.

<%= Html.Trirand().JQGrid(Model.EmployeesForGivenHospitalList.EmployeesForGivenHospitalGrid, "EmployeesForGivenHospitalList")%>

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
45 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

OlegK: 1255

markw65: 179

kobruleht: 144

phicarre: 132

YamilBracho: 124

Renso: 118

Member Stats:

Guest Posters: 447

Members: 11373

Moderators: 2

Admins: 1

Forum Stats:

Groups: 1

Forums: 8

Topics: 10592

Posts: 31289

Newest Members:

, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information