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_Related Related Topics sp_TopicIcon
Masking, hiding a field in edit for, dynamic dropdown list, How to use jquery
04/04/2012
21:21
Avatar
say2kals
New Member
Members
Forum Posts: 1
Member Since:
04/04/2012
sp_UserOfflineSmall Offline

I am new to jqGrid, and having trouble with achieving a couple of tasks. Any guidance will be a huge help.

Issue1# I need to perform following jquery masking on my rate field in the create form,

$('#Rate').priceFormat({ prefix: '', thousandsSeparator: '' }); How could I achieve this in jqGrid?

Issue II: I have a field (CREATE_DATE) whose value needs to be passed in the edit form. To achieve this I have to make it editable, but at the same time I don't want it to display in the edit form. Something similar to this issue (http://stackoverflow.com/quest.....-edit-form)

Issue III: I need to have dynamically populated drop down list.

 $("#HEALTH_PLAN_CATEGORY_VALUE_ID").change(function () {
            $.getJSON('/Ajax/GetCountyForHealthPlan', { id: $(this).val() }, function (counties) {
                var ddlSelectedCounty = $("#COUNTY_GSA_LOOKUP_ID");

                // clear all previous options
                $("#COUNTY_GSA_LOOKUP_ID > option").remove();

                // populate the products
                for (i = 0; i < counties.length; i++) {

                    ddlSelectedCounty.append($("<option />").val(counties[i].Value).text(counties[i].Text));
                }

            });

        });

Issue IV: I will really appreciate if any one can share resources on how to do basic jquery functionality on different jqGrid elements. There wiki is not very helpful to me.

Thanks a lot.

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
29 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