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
Problem with datepicker
08/02/2013
11:49
Avatar
last1971
Member
Members
Forum Posts: 5
Member Since:
01/11/2010
sp_UserOfflineSmall Offline

I have function  that creates grids, and I set datepicker in filter toolbar:

function docis(elem,store,arrow,user){

$('#'+elem+'docis').jqGrid({

...

});

...

$('#'+elem+'docis').jqGrid('filterToolbar');

$('#gbox_'+elem+'docis'+' input#gs_date').datepicker();

}

Datepicker is standart from jquery.UI

And when I created 2 or more grids I have probllem because all inputs in filter toolbar have the same ids And when I use datepicker in second grid value is set to the first grid.

How to solve this problem?

08/02/2013
12:10
Avatar
last1971
Member
Members
Forum Posts: 5
Member Since:
01/11/2010
sp_UserOfflineSmall Offline

And if I try:

{name:'date', index:'date',width:100, editable:false, formatter: 'date', searchoptions:{

dataInit : function (elem) { 

    $(elem).datepicker(); 

}

}}

I have the same problem

12/02/2013
12:26
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

Currently this is a problem if you have two grids with equal names.

In order to overcome you can use diffrent names, but equal index colModel property in order to sort and etc.

Regards

Tony

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

12/02/2013
13:18
Avatar
last1971
Member
Members
Forum Posts: 5
Member Since:
01/11/2010
sp_UserOfflineSmall Offline

I have two grids with different names:  

docis('IN_for_docis',2,'IN','admin');

docis('OUT_for_docis',2,'OUT','admin');

First names 'IN_for_docisdocis'

Second names 'OUT_for_docisdocis'

I have this problem when names are different

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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