Coolite has excellent support for Grids, and the GridPanel control has an obvious property: EnableDragDrop. But after a lengthy search through the forums and given examples, I have yet to come across a good example that demonstrates a fairly simple task: drag-and-drop rearranging of rows in a normal GridPanel.
Has anyone implemented dr...
Anybody worked with Coolite toolkit?
How to add a Coolite child control in a Coolite window?
In ASP.NET(C#) of course!!!
...
Do anybody know any free Ajax-based Windowing toolkit for asp.net like Coolite Toolkit (which is a .net port of Ext-JS), and of course with extensive documentation?
Coolite Toolkit has an excellent library of Ajax controls. But lacks detailed documentation. So I am searching for a better option.
...
We are planning to replace our web app controls with 3rd party components, and shortlisted Coolite, Telerik and DevExpress.
All these components look impressive and comprehensive and thus I would like to hear some review here and propose one of these.
Thanks.
...
Hello. I had earlier asked whether I can remove un-utilized JavaScript code from ExtJS library. JSBuilder was the answer.
What about being able to download widgets on-demand? I ask this because I have discovered this from the of markup generated by Coolite (ASP.Net framework that wraps ExtJS). So do I have to go through a meticulous pro...
Hi,
We are a small Microsoft shop looking into ExtJs and like the rapid building of complex and structured UIs that can be achieved with the toolkit. However we have been experimenting with ExtAsp.NET (CodePlex) which is an opensource layer of ASP.NET code which wraps around the ExtJs framework. We have also noticed the Coolite framew...
Hi, guys :)
Sorry for not very clear question title, but maybe image will help to describe my ploblem:
I want small child panels in parent panel to be autosizeable. Here is my markup and codebehind:
protected void Page_Load(object sender, EventArgs e)
{
var bkg = new[] { "background-color: wheat;", "backgr...
how to add dynamically a menupanel with menuitems inside a accordion using coolite controls toolkit.
...
I have a GridPanel with just two columns: names and commission percentages. The sum of all of the percentages should never exceed a predetermined maximum (say that 25% of the sale is up for grabs).
Name Commission
Bob 10%
Sally 15%
(Maximum is 25%)
Everything is fine.
I’ve attached a custom validator (se...
i have gridpanel in my page and i want to expand it (somthing like height=100%) but i can't find any property that can use
this is my code
this is my code :
<ext:Panel runat="server" ID="pnlEest">
<Body>
<div>
<ext:FitLayout ID="FitLayout1" runat="server">
<ext:GridPanel...
I using coolite in my project. And upload files through the FileUploadField control.
I have to add a filter for the file type, so that the user could see only jpeg and bmp files from the choose file dialog.
Havent found how this can be implemented in the web.
Can anyone give me a hint on this one?
...
Hi All,
I have make a control using coolite extjs toolkit for asp.net v 0.8
the control contains 2 Tree panel
and I enabled the drag and drop in both , I want to drag one node from tree to the other tree , I did the first part and define Move Listener to the nodes from first tree , and in the handler I saved the Id of the dragged node...
Hi All ,
I have a tree panel and I want to show context menu to each tree node when right click to be able to delete it
please help me as soon as you can
Thanks in Advance
...
Hi All ,
I have tried this example and it doesn't work with me
http://examples.ext.net/#/GridPanel/Selection_Models/Checkbox_Selection/
I'm using version 0.8 , what i want to do to make CheckboxSelection and When I select some rows and click on delete button , I will go to delete the selected rows from the database
in the Ajax Handle...
Does anyone know of a well-supported ASP.NET wrapper for jquery (much like the way Coolite works for ExtJS)? I have a lot of ASP.NET web forms experience and really don't like writing javascript. I've found working with raw jquery in the web forms model to be difficult (especially when dealing with animations and handling postbacks).
If...