Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kavyasetty

Pages: [1] 2
1
can u please provide me a fiddle for this. it would be very useful.

2
hi ,

Is it possible to give maximum length of characters that a cell can take in a column , say there is empId column and the max length of emp ID must be 10 . after 10 characters the cell should not accept.

is there any method that can limit?

thanks
kavya

3
Help for ParamQuery Grid (free version) / display data
« on: April 22, 2014, 04:16:05 pm »
Hi,

Please find the attached file.

is it possible for displaying the data as shown in case 2 in the document attached. As of now i see the the data can only be displayed as shown in case one.
I would like to know if i can display the data in grid as shown in both cases and leave the option to the end user to select how he wants it to be displayed.

if there are too many columns say 50 then the user needs to scroll horizontal . rather where vertical scroll would help.

Thanks,
Kavya

4
Help for ParamQuery Grid (free version) / problem with Internet explorer 8
« on: February 25, 2014, 04:22:50 pm »
hi all,

the data is not getting rendered in IE8 .

browser console shows the following
Unable to get property 'hidden' of undefined or null reference -- this line error is shown in pqgrid-min.js

kindly help .
thanks

5
Help for ParamQuery Grid (free version) / Re: not getting cell value
« on: December 18, 2013, 01:00:56 pm »
thanks  :) it worked.

if i add dataIndx to colModel i see data missing in that columns with data indx
for ex:{title:"*EMPLOYEE ID",width:100,editable: false,dataIndx:"empid"}

in the grid the employee id column no cells have value.. all the cells in this column are empty.

if i remove the dataindx it is working fine that the cells in the columns are having data

6
Help for ParamQuery Grid (free version) / Re: not getting cell value
« on: December 18, 2013, 11:06:31 am »
i used .text() it is just popping empty when i alert rather than the text inside the cell.

 var obj=$( "#fragment-5" ).pqGrid( "getCell", {rowIndx: rowNo,colIndx:1} );      
                alert(obj.text())

this is giving me a empty alert box

7
Help for ParamQuery Grid (free version) / Re: not getting cell value
« on: December 18, 2013, 10:08:09 am »
please help

8
Help for ParamQuery Grid (free version) / not getting cell value
« on: December 17, 2013, 05:41:21 pm »
hi,

I am using getcell method and passing the row & col index. when i try to alert the result it shows Object object. But i need the value inside the cell . is it possible to get the value ??
i have tried .val() , it dint work.

9
Help for ParamQuery Grid (free version) / pqgrid applied to several tabs
« on: December 13, 2013, 04:59:19 pm »
hi,

I have 5 tabs , i have added pqgrid plugin to all this 5 tabs . i have a single save button. when i click on save button is it possible to save the data from all the grids to DB.

other question is suppose i edit some cell in the grid of 1st tab and move to 2nd tab will the data in 1st tab be lost ?

Kindly help on how to capture the data of all grid on click of save.Thanks

10
Hi ,

is it possible to make a particular cell not editable?

11
Help for ParamQuery Grid (free version) / can dataModel be empty?
« on: December 09, 2013, 04:51:41 pm »
HI,


Can the data model be empty? if so how to do that . I am passing data to datamodel dynamically . sometimes it is empty.In such cases the grid is not showing correctly. it doesnt show all columns.

12
I am using the below code to get the data from the grid and pass it to the controller,

 var data = JSON.stringify(dataModel.data);
  $.ajax({url: url, data: data});

i am able to capture the data from the grid ,but when i am passing the data via the url and trying to retrieve it in my servlet i am only able to get the data of 1st row of the grid. but i have data in 10 rows

13
Help for ParamQuery Grid (free version) / Re: Message on cell hover
« on: November 28, 2013, 06:29:10 pm »
thanks, it worked.

14
Help for ParamQuery Grid (free version) / Re: cell highlighting
« on: November 28, 2013, 05:53:31 pm »
thanks :)
worked

15
Help for ParamQuery Grid (free version) / Re: cell highlighting
« on: November 28, 2013, 04:48:55 pm »
the problem i am facing is if there are 10 cells which has error and in a for loop i want to apply css , for every iteration the grid is newly created . and css applies to new cell and disappear for next iteration. even the css effect is disappearing after using scroll..  :(

Pages: [1] 2