Ext.NET is a an open-source ASP.NET Component framework that integrates the Sencha Ext JS JavaScript framework. It allows the ExtJS user interface to be built declaratively using ASP.NET tag based markup, code-behind or inline fluent syntax, rather than programatically through JavaScript. Rather ...
5
votes
1answer
143 views
Progressbar C# with Command Pattern part -1
I have to implement a progressbar in EXT.NET. I have a command "Process" as in processing a transaction. I have to keep track of the total number of transactions and transactions that failed and ...
3
votes
2answers
128 views
How do I position a GridPanel inside an Ext.NET window?
I can't seem to set the position of an Ext.NET GridPanel inside an Ext.NET window and I wonder why?
<ext:Window ID="Window1" runat="server" StripeRows="true" Width="900" Height="700"
...
3
votes
1answer
401 views
Is Ext.NET a server side library?
This is a little "vague" question. I would like to know how the Ext.NET library works. I know it is a "wrapper" on top of extjs, but my question is: Is Ext.NET usable by server code and not via ...
3
votes
2answers
559 views
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 ...
2
votes
1answer
50 views
Display Web Control with Ext Window in a normal page ad Content
I have a web control having a
1
ext:window
and which can be displayed as a popup window.
Im required to display this web control as a popup in some scenarios and as a content of a page in other ...
2
votes
1answer
57 views
Need to get a field editable depending on a field content in EXT.NET. Get this.field.msgTarget is null or not an object error
I try to use your example to dynamically add/remove editor and get this error:
this.field.msgTarget is null or not an object error. I'm new to the ext.net - could somebody help me?
Thanks,
Jenny
this ...
2
votes
1answer
69 views
Converting C# ExtNet DirectMethod Implementation to VB.Net
Need help on below conversion to VB.NET.
[DirectMethodProxyID(IDMode = DirectMethodProxyIDMode.Alias, Alias = "UC")]
public partial class AliasID : System.Web.UI.UserControl
{
[DirectMethod]
...
2
votes
3answers
101 views
How to execute JavaScript code after a Store event?
I have a store on my page:
<ext:Store
ID="Store1"
runat="server"
OnAfterStoreChanged="Store1_AfterChanged"
OnRefreshData="MyData_Refresh">
<Reader>
...
2
votes
0answers
97 views
Ext.Net Fileupload and ASP.net Routing
I am using Ext.Net library along with ASP.net routing.
The following page
~/Admin/Dashboard.aspx
is routed as
administrator/fr/dashboard/
or
administrator/en/dashboard/
I am using Ext.Net ...
2
votes
0answers
108 views
Assistance needed: Keyboard navigation in ExtJS GridPanel - GroupingView
I'm currently working on converting my public facing ExtJS (actually Ext.NET) app to allow keyboard navigation with clear focus indication. So far I've managed to get a TabPanel, and a basic GridPanel ...
2
votes
2answers
190 views
Custom Ext.Net TreeGrid nodes?
I'm gonna create an Ext.Net's TreeGrid with custom nodes.
e.g :
All of TreeGrid's nodes should have a textbox at the front of itself and users should write a number at it.
See the below image :
...
2
votes
2answers
154 views
ext store retreaving data server side from a store filled manually
I created 2 store, one that load data from database ,and the other is empty, with 2 grids, i can can drag and drop data from grid 1 to grid 2.
so the store 2 will contain data.
what is the best way to ...
2
votes
1answer
139 views
Ext.net GridPanel Export to PDF
Could you please advice a way to export Ext.net GridPanel to PDF.
Any idea on this would be highly appreciated.
2
votes
2answers
332 views
Ext.Net TreePanel Node Selection is Not Shown or Visible
<ext:ResourceManager ID="ResourceManager1" runat="server" />
<ext:Window ID="UploadWindow" IDMode="Client" runat="server" Width="550" AutoHeight="true"
Title="Upload a File">
...
2
votes
1answer
81 views
ext.net calender customisation
i am trying to write my own application and using the ext,net.
i am trying to add the calender of ext.net from the ext.examples.net (remote data )
how can i , when creating a new event, 1st i want ...
2
votes
1answer
104 views
What happenes behind the curtains when calling a command from my Ext:CommandColumn?
As I don't find the right connection between the CommandName property and the calling of the matching method in the C# CodeBehind, I would love to find what happenes here behind the curtains and who's ...
2
votes
1answer
188 views
Howto add Ext.Net.ColumnModel to an existing Ext.Net.GridPanel programmatically?
I try to create a GridPanel programmatically using a LinqDataSource as shown in the examples.
So far I can see my empty GridPanel without any data inside cause my GridPanel is missing the ...
2
votes
2answers
228 views
Upload completion event in Ext.net (ASP.NET)?
how can I show a message when the ext.net's FileUploadField complete. (with javascript on clientside)
my code for using ext.net UploadField
<script type="text/javascript">
function ...
2
votes
1answer
213 views
Ext.NET DateField - formatting reversing itself
We have a weird situation where an Ext.NET datefield is 'switching' formats if we input values in a certain style.
Specifically, if I input '01/12/09', when I blur the field, it will appear as ...
2
votes
1answer
353 views
Ext.net script error in IE8 that doesn't occur in other browsers (including IE9)
I use ext.net controls in ASP.NET WebForms application.
It works fine in Chrome 13-14, Opera 11, FF 6 but not in IE8.
It throws JavaScript errors such as:
Invalid argument
And:
...
2
votes
2answers
48 views
What is the purpose of the ReaderID attribute in <ext:JsonReader>?
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?
2
votes
1answer
409 views
Asp.net and Ext.Net validation
Does anybody show me an example of ext.net validation? I want to mix asp.net and ext.net validation. Or use ext.net validation only.
I've already saw these examples ...
2
votes
2answers
348 views
Dynamically add LinkButton on Panel
I have ext:FileUploadField on the page. After file upload I need to show a link to this file.
I dynamically create a LinkButton, add it on the Panel1, and I can't see the the LinkButton! I dunno why!
...
2
votes
2answers
375 views
Get the current Data Item (row) on DataBinding an Ext.NET GridPanel
I need to setup each row in an ext.NET GridPanel in the OnDataBinding event. How can I get the current data item at server side?
<uc:GridPanel ID="egrBills" runat="server" Border="false" ...
2
votes
1answer
358 views
How to set initial values for properties in Ext.Net
How can I set the initial values for custom (or even non custom) controls properties in Ext.Net (an .net wrapper for extjs)?
Currently I'm doing the following:
public class CpfField : ...
2
votes
1answer
1k views
Ext.NET GridPanel with XML datasource
In the .aspx file I have:
<asp:XmlDataSource runat="server" ID="XmlDS" />
...
<ext:ResourceManager ID="ResourceManager1" runat="server" />
<ext:GridPanel
...
2
votes
2answers
1k views
Application Pool Mode Problem: Classic Or Integrated
I am facing an issue and was hoping if you could please provide me with some guidance:
I have a Asp.net 4.0 website application that uses spring.net and ext.net libraries. I have deployed it in IIS ...
2
votes
3answers
935 views
Binding Combobox
I am developing a web application with Ext.Net.
How can I bind combobox from database?
This is my query:
dynamic getRegions = (
from region in db.Regions
orderby region.RgnName
select ...
1
vote
2answers
47 views
Displaying an Image/Icon inside an EXT.NET GridPanel Cell depinding on value
Greeting,
I need to display an image/icon AND a value in an EXT.NET cell (of a gridpanel). The value comes from the datatable. The value can either be a string ‘good’ or ‘bad’ and resides in the ...
1
vote
1answer
83 views
MVC Ext.NET, how to create databinding from a model
I am using MVC3 + Ext.NET controllers
this is my Model:
namespace MvcApplication32.Models
{
public class Subsystem
{
public int Id { get; set; }
public string Name { get; ...
1
vote
0answers
86 views
ext.net need help adding 2 radio buttons per cell in a column in a gridpanel
I have a gridpanel (ext.net) where one column has cells with 2 radio buttons and one column has cells that don't have values that are drop downs.
If I add a radio group to cells, they are not ...
1
vote
2answers
69 views
Display result of javascript function in column
i am trying to display the results of the following javascript function in a column,using the renderer property to refer to the function however am not seeing the results...not sure what i am ...
1
vote
2answers
64 views
ext.net combo box not displaying an initial value
I need to add combobox fields to a gridpanel. I added combo boxes, but they are not showing the original selection. When I click on the dropdown, I get all the dropdown values correctly and can ...
1
vote
1answer
86 views
Ext JS [Ext.net] GridPanel Pagination with Paging
I have a Ext.net GridPanel Pagination with Paging as:
<ext:PagingToolbar ID="PagingToolbar1" runat="server" PageSize="25" StoreID="GridStore" DisplayMsg="Displaying {0} - {1} of {2} Records" ...
1
vote
2answers
108 views
Ext.NET Click Handler string
I'm trying to use a click handler. My function is as so (these are both in the same class):
[DirectMethod]
protected bool Save()
{
//do work
}
and I attempted to call it with:
using ...
1
vote
1answer
194 views
How to get the id of ext window
I have an aspx page with a usercontrol in it . An ext:Window is placed in the user control
<ext:Window Hidden="true" AutoScroll="false" Closable="true"
HideParent="true" Modal="true" ...
1
vote
1answer
106 views
Highlight a set of Rows in GridPannel Ext.net (ExtJS)
Required to highlight set of rows in a Ext.net gridPannel color which required to highlight
Current approach is to call the below function on rendering the GridPannel:
function (value, meta, ...
1
vote
2answers
311 views
Ext.net call a DirectMethod with select Handler in combobox
Ext Markup
<Listeners>
<Select Handler="Ext.net.DirectMethods.loadcombo2();" />
</Listeners>
C#
[DirectMethod]
protected void loadcombo2()
{
...
1
vote
1answer
108 views
Code Blocks within ext.net scripts or alternative
How to add code blocks within ext.net for example as :
<ext:TextField ID="TextField1" runat="server" Text="<%= Response.write(varible); %>" >
I know this is not possible within ...
1
vote
2answers
238 views
Ext.Net Load TreePanel's Href in a TabPanel
I have seen Ext.net's examples site in which each new page is added as a tab/page in a TabPanel control.
Instead of that, I would like to have a TabPanel with only one tab/panel which would show ...
1
vote
1answer
83 views
ASP.net Tree-->SiteMap Skip the Root Node
I am using Ext.net TreePanel which does not have an option to skip the root node.
Basically, I have the following code
protected void Page_Load(object sender, EventArgs e)
{
SiteMapNode siteNode ...
1
vote
1answer
200 views
Get CheckboxGridPanel selected rows values, ext.net C#?
I'm using Ext.net 1.2 == ExtJs 3.4.0
I wanna add the selected values (Filter with Name, Lname) to an ext's textbox.
I searched , and I could find the below codes, but now I don't know how I can add ...
1
vote
1answer
401 views
How to get values from the currently selected row within a Ext.Net.GridPanel outside of the SelectionModel?
I have the following code within my .aspx file
<ext:GridPanel
runat="server"
ID="GridPanel1"
Height="450"
Title="EmployeeList"
Width = ...
1
vote
1answer
141 views
Showing ExtNet.Msg.Alert on Command Events?
Below is my code :
<ext:GridPanel ID="gpMaster" runat="server" Title="List Of Messages" StripeRows="true"
AutoWidth="true" TrackMouseOver="true" Height="330" StoreID="stoMaster">
...
1
vote
1answer
155 views
Ext.Net Framework, good or bad? Useable for productive work in community version? Alternatives? [closed]
as I started to work with Ext.Net I recognized that there is no documentation at the moment, therefore I feel like it's really hard to develop something with that Framework.
So my question is, is ...
1
vote
3answers
265 views
Ext.Net and Ext.JS
Good Day Guys,
I know this may sound a stupid question. However, I wonder if someone can please explain to me the difference between EXT.NET and EXT.JS..
I have been trying to understand both of ...
1
vote
1answer
112 views
Ext.Net LoadMode Merge
due to lack of documentation about this feature i can't find a way to do this. I am trying to use autoLoad with merge mode. I have a TabPanel in which each tab is supposed to open autoloading another ...
1
vote
2answers
77 views
Error when running asp.net MVC application under IIS7 that works when run locally
I am trying to modify the Ext.net Mvc sample in this link
http://mvc.ext.net/Account/Login/?ReturnUrl=%2f
The project is working perfectly when run locally in Visual Studio 2010 but when I deploy it ...
1
vote
1answer
109 views
How do you send an Ext.Net form to an MVC controller using client side code only?
I need to submit a form on a form panel to the server using client side script alone.
The reason is that when form values change (event fires), I want to run a quick Ajax call to determine if a ...
1
vote
2answers
580 views
How do I perform a refresh of the content of an Ext.NET GridPanel?
I have ext.net GridPanel on the page. GridPanel contains a button. How to force GridPanel refresh after button click?
UPDATE:
protected void btnDelete_Click(object sender, DirectEventArgs e)
{
...