Thursday, August 23, 2007

New version of ExtJs Extender

I have just released a new version of my codeplex project.
This version contains very important updates
  1. The grid doesn't have any more bugs in the designer
  2. The grid can be databound just like the asp.net GridView (only Dataset and DataTable for now)
  3. New component ResizableExtender that is better than the one in the AjaxControlToolkit
Hope that helps.


Powered by ScribeFire.

8 comments:

Anonymous said...

It seems that drag'n drop is not working in FireFox 2.0, any ideas why?

Anonymous said...

Drag'n drop for the treepane that is :)

rodiniz said...

I will have a look into that. I am having some problems testing the controls in firefox.

rodiniz said...

The bug was easy to fix, but I wont be able to put a new release now since one of my collaborators is implementing Inline Editing for the grid. You can get the source-code at codeplex and compile it your self at your own risk.

Anonymous said...

Works fine now, but how about events like ex 'OnClick', 'OnDragEnd' etc. to wire it up against some code in codebehind. Any idea how that could be implemented?

Thanks for all your help :)

rodiniz said...

For now events can only be handled on the client-side. I think you should only go to server-side to save the tree state when the user is done editing with it. I will write a sample showing how to implement that.

Anonymous said...

Fantastic :)

I came over this one, which would have been amazing to get implemented. Maybe even with datasource binding etc.

http://aariadne.com/filetree/

Anonymous said...

Your example for Grid DataBound without autogenerated columns is throwing an error in IE 6 & 7