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
Custom control inside a cell eg datepicker in cell
29/01/2011
22:53
Avatar
PingCrosby
New Member
Members
Forum Posts: 2
Member Since:
29/01/2011
sp_UserOfflineSmall Offline

Hello

I have the need to place a custom contol inside a jqgrid column, I have tried to generate the required html inside the custom formatter method.   For example to render a datepicker in a cell i have tried the code below.  But what i cannot figure out is what object to append the new <div> to.

If there is an alternative method to embed a control inside a cell i would really appreciate it. 

Thanks in advance

function MyFormatFunction(cellval, opts, rwdat, _act)
{
   var newdiv = document.createElement('div');
   newdiv.setAttribute('id', "SOMEIDTHATWONTCLASH");
   [what object ref would go here to].appendChild(newdiv);
   $("SOMEIDTHATWONTCLASH").datepicker( .... ).html  
}

colModel: [
          {
            name: 'ColumnWithControl',
            formatter: MyFormatFunction
          }]

30/01/2011
22:12
Avatar
PingCrosby
New Member
Members
Forum Posts: 2
Member Since:
29/01/2011
sp_UserOfflineSmall Offline

Just a little further information on this.

The reason i need to put a control in a cell is because i have to display xml data in a cell and planned on using JSTree to display the xml.  I planned on just embedding the control directly inside the page.

Thanks for any help

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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