0
votes
0answers
20 views
How do I capture YUI Mouse events on datatable?
When the the mouse is dragged over few datatable cells, I need to draw an overlay spanning the cells over which the mouse was dragged.
How do I do this with YUI?
I tried sett …
0
votes
3answers
829 views
Yui Datatable with AutoComplete and Pagination
I try to understand how use server-side Pagination for Dynamic Data (I see example : http://developer.yahoo.com/yui/examples/datatable/dt_dynamicdata.html).
My problem is I can no …
0
votes
1answer
131 views
YUI DataTable - how to avoid ‘Stop running this script?’ confirm message
I am using YUI DataTable in my web application. While my DataTable is fetching the data if I close that and move on to other DataTable I keep getting the message 'Stop running this …
0
votes
2answers
148 views
YUI Datatable Column Filter
Does anyone know of any plugins/extentions to the YUI Datatable that will allow column sorting similar to how a sharepoint grid works.
I'm looking for something that works/looks a …
0
votes
1answer
199 views
YUI JSON Datatable: how to dynamically change the request without POST
I have been playing with server side sorting/paging using YUI DataTable, and everything is working as expected.
I want to be able to have something like a form input element to re …
0
votes
0answers
88 views
Building a YUI component from a tree and a datatable
I want to build a component that is composed of a treeview and a datatable, in a layout similar to the Windows Open Dialog.
I am using a custom treeview and a custom datatable, de …
0
votes
0answers
23 views
original request for yui-datable and paginator displays ‘no records’
I have a simple table that performs a JSON request to get data. Everything worked fine until I got too many records and added a paginator.
Now, the initial request returns 52, en …
0
votes
2answers
146 views
How to display images in datatable?
How to display an image instead of a bool value in a cell in datatable? The datatable is associated with a datasource.
0
votes
1answer
304 views
YUI DataTable Sorting
Hello,
I'm using a YUI datatable to create some basic client side sorting for some stats, returned via a web service I've created. Didn't quite want to figure out YUI's ajax datas …
0
votes
3answers
327 views
yui datatable error
I have a problem with json data insertion in my DataTable.
Here an example of json data send by server :
{"geneItemList":"{"col":"symbol","qv":"cd4","limit":"-1","start":"0","gene …
0
votes
1answer
70 views
How to restrict displaying paginator only in Header or Footer in YUI?
How to restrict displaying paginator only in Header or Footer in YUI with out using any extra div tag? By default it is being displayed both at the top and bottom of the table.
0
votes
2answers
267 views
YUI dataTable row expandable/collapsible
Does someone have already made a script as following examples with YUI dataTable ?
Example :
http://extjs.com/deploy/dev/examples/tree/column-tree.html
http://extjs.com/deploy/dev …
0
votes
0answers
50 views
Flicker in ASP.NET when using MVC and YUI Datatable
link text
Issue can be seen by clicking link text above...
Hello - I'm a newbie to ASP.NET MVC and The Yahoo! User Interface libraries. I've created a page that has a simple tabl …
0
votes
2answers
45 views
Is there a way to set the CSS information for a particular instance of YUI DataTable?
The place were I wnat to use the YUI DataTable is in a wiki that allows HTML and javascript. I have created the custom table, put it in a div and gave it an ID and it works really …
0
votes
1answer
57 views
Performance hit if I use many YUI DataTable controls in a page
I am planning to use YUI DataTables (for look-up) extensively in my web application. I may give option to open approximately 15 DataTables in a page. I am taking care of caching th …
