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 - SDS

Pages: [1]
1
Hi!,
I have a grid column of string type. the data has leading variable spaces in the text. but when displayed it removes the space. the text property of the cell still shows the space embedded but its removed in the grid.
 

2
ParamQuery Pro Evaluation Support / Re: first column is blank
« on: June 11, 2024, 06:48:17 pm »
I am not able to use jsfiddle. My application is in ASP.NET MVC C#.

I have attached the complete VIEW and Controller code of the source.

3
ParamQuery Pro Evaluation Support / Re: add a button to cell
« on: June 09, 2024, 12:44:01 pm »
Solved, thanks. But I have another urgent query which I have raised in another post, regarding blank first column. please look into the same, thanks.

4
ParamQuery Pro Evaluation Support / first column is blank
« on: June 09, 2024, 12:40:49 pm »
the first column in the grid is always showing blank, though the header is correct and data in the datamodel is also correct but the data is blank.
attached the colModel and dataModel. Am I missing something?

5
ParamQuery Pro Evaluation Support / add a button to cell
« on: June 01, 2024, 11:44:28 am »
I am trying to add a button to the first cell of each row in the grid. I referred to the other forum topics and tried to imitate the solution but doesn't work for me. the grid works fine untill I add render in the colmodel. please find attached the colmodel and error screen shot, please suggest if anything wrong with the render definition.

6
ParamQuery Pro Evaluation Support / Re: Remote Load not working
« on: May 30, 2024, 04:59:31 pm »
The above problem is solved for now.. Thanks

7
ParamQuery Pro Evaluation Support / Re: Remote Load not working
« on: May 30, 2024, 02:48:01 pm »
If it were a problem with datamodel or colmodel, then it should not work at all even on click of Pager refresh button. Is there anything I am missing in the source I have provided?

8
ParamQuery Pro Evaluation Support / Remote Load not working
« on: May 30, 2024, 10:24:57 am »
First of all, Congratulations on such a wonderful software "Product" from India.

My Query:
The grid when configured for "remote" load, doesn't get refreshed automatically. Initially it shows a blank grid with no headers, only pager but on Refresh button click on Pager displays the complete grid as expected with data.

In browser console I get a message as shown in the attachments.
Even it doesn't hit the "actionresult" code in the controller untill refresh button click. I have attached the View part of the code.

Please guide on the query. Thanks in advance. 

Pages: [1]