No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
Hi, I have an input element on a form. When I open a popup form and then close it, I try to put the focus back on my input element by using the focus() method. However, that fails and it doesn't get focus. When I press tab to get out …
I have an application in which I'm using a table. Every time I add / remove row to the table it takes more time than the previous action. When I run the IE profiler, I can see the exclusive time is increasing in the createDelegate function (Appears as "JScript - …
Hi, I have a parent element that registered to the keydown event. somewhere down the hierarchy I have a table and some buttons. It appears that after I press the buttons, I only get the keydown event in the parent after 3 key strokes. I put breakpoints and the event …
Hi, I would like to replace the vertical scroll bar with a div of my own. I would have just cancelled the scroll bar, and created a div, but I want it not to override what is in the containing div. How can I do that? Thanks, Sharon
Hi, I need to display a table with many rows. I would like to only paint one page and have the scroll bar of the containing div set to the real range. I would also like to listen to the scrolling event and then display the relevant set of rows. …
Hi, Is anyone familiar with a Data Pager implementation written in JS? I need to write one (to attach to a JS ListView) and was wondering if there was such a thing already. Thanks, Sharon
Hi, I'm Sharon and I've been a Winforms developer for almost 9 years now (5 years in C#, before that it was C++). Recently I was given command over an already written Web project - and now I feel like a total beginner... My web project uses AJAX (& JavaScript, …
Hi, Did anyone implement or can direct me to an implementation of virtual mode (render only visible rows, but still have the scroll work right) or something similar in the AJAX Sys.Preview.UI.Data.ListView? I need to display a very large table (`1000 rows) and it simply isn't feasible to render everything. …
Hi, Where can I get the DataPager (js) code? I'm not using .net 3.5, but would like to take a look at the implementation. Thanks, Sharon
Hi, I'm using AJAX in a rich-client environment (no UpdatePanel, everything is done by the client). I use the ListView. It appears that when I have many rows it is very slow especially in row additions/removals. Using the profiler I saw that even when adding a row the ItemTemplate is …
The End.
sharonig