Questions tagged [coolite]

18 questions
3
votes
2 answers

Varbinary max image

I am storing images in database in a varbinary(max) field. I am try to show an image on my form. I've tried many different ways but it did not show it. This is my Code: //I am adding an image in my form Ext.Net.Image image = new…
John
  • 41
  • 1
  • 4
2
votes
2 answers

What is the purpose of the ReaderID attribute in ?

I'm learning how to use Coolite at the moment. I'm trying to use the Store element but I don't know what the ReaderID attribute of the JsonReader does?
Aaron
  • 23
  • 2
2
votes
1 answer

Extjs Context Menu with Tree Panel

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
Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175
1
vote
1 answer

Using ExtJS 4 charts with Ext.Net (coolite)

I'm hoping to be able to load an ExtJS chart inside Ext.Net(coolite) pages. I've copied the pie chart from the ExtJS samples and have put it in an test aspx document to see it work: heres is my pie.aspx Pie Chart
Armance
  • 5,350
  • 14
  • 57
  • 80
1
vote
3 answers

Is Coolite worth using in a medium-big project?

I'm planning to start a web based stock and current managament project. I want app to be Ajax but I don't want to spend my time for client-side code. Thus, I think to use coolite for my presentation layer. However, before starting project I want to…
mavera
  • 3,171
  • 7
  • 45
  • 58
1
vote
1 answer

Coolite equivalent for jquery?

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…
Rob Lauer
  • 3,075
  • 1
  • 32
  • 44
1
vote
1 answer

adding controls dynamically

how to add dynamically a menupanel with menuitems inside a accordion using coolite controls toolkit.
uma
  • 11
  • 2
1
vote
1 answer

Create Autosizeble panel with panels inside

Sorry for not very clear question title, but maybe image will help to describe my ploblem: image http://my.jetscreenshot.com/2951/20100604-ioyo-164kb.jpg I want small child panels in parent panel to be autosizeable. Here is my markup and…
Tror
  • 442
  • 4
  • 12
1
vote
1 answer

ASP.NET AJAX GUI Toolkit

Anybody worked with Coolite toolkit? How to add a Coolite child control in a Coolite window? In ASP.NET(C#) of course!!!
user366312
  • 16,949
  • 65
  • 235
  • 452
0
votes
1 answer

How to set the file types in the coolite FileUploadField

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…
CoffeeCode
  • 4,296
  • 9
  • 40
  • 55
0
votes
1 answer

i can't expand my ext:gridpanel

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 :
MHF
  • 157
  • 1
  • 3
  • 9
0
votes
2 answers

ExtJS: How can I prevent the sum of number columns in a GridPanel from going over a given maximum?

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…
Kevin L.
  • 4,548
  • 7
  • 39
  • 54
0
votes
1 answer

can not load assembly

I am working on C#, 2012 visual studio project. when I copy my project to another computer and try to run it, it throws the following error: Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral,…
mox-du
  • 107
  • 9
0
votes
1 answer

ExtAsp or Coolite - ASP.NET wrappers around ExtJs

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…
jaffa
  • 26,770
  • 50
  • 178
  • 289
0
votes
1 answer

Split ExtJS for incremental (on demand) download

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…
Kabeer
  • 4,138
  • 7
  • 40
  • 62
1
2