Search Results

Type: Posts; User: oespiao

Search took 0.02 seconds.
  1. Checking the checkbox generates the error described below:


    <%@ Page Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <script runat="server">
    ...
  2. Any chance to update the example to version 4.x?
  3. How can I sum a particular column of all selected rows? (Via javascript)



    <script>
    var sumCheck= function () {
    var resultSum;

    /* todo loop...
  4. How can I sum a particular column of all selected rows? (Via javascript)



    <script>
    var sumCheck= function () {
    var resultSum;

    /* todo loop...
  5. I need help with this:


    I need a process to wait for the end of ThreadPool, but when implementing this, progressbar does not work.




    <%@ Page Language="C#" %>
  6. Sorry to reopen this topic, the solution is not working and I can not find another.
    On the line:
    Combo.store.filter = this.filter.createDelegate (this);
    Generates the following error:...
  7. Sorry to reopen the topic, but I tried to recreate the solution and I was not successful.
    The error happens in:
    CurrentSessionState s = (CurrentSessionState) state;

    => Additional information:...
  8. I try this
    DataTable tbItens = (DataTable)grdItens.GetStore().DataSource;

    But without success...

    Any???
  9. Please... help me....
  10. How do I do? I did not find anything concrete.
  11. Can anybody help me?
  12. Hi.. I Have this MultiSelector:


    <ext:MultiSelector runat="server" ID="mlFilial" Width="500" Height="150" Title="Filiais" FieldName="csiglafilia">
    <Store>
    ...
  13. Worked perfectly...
    Thank you so much.
  14. <%@ Page Language="C#" %>

    <script runat="server">
    protected void Page_Load(object sender, EventArgs e)
    {
    if (!X.IsAjaxRequest)
    {
    List<object> list = new...
  15. Hello.

    I have this in aspx:


    <ext:Panel ID="pnAddMercadoria" runat="server" Title="Adicionar Mercadorias" TitleAlign="Right" Height="250" Collapsible="true"
    ...
  16. Perfect, thanks
  17. Hello everyone, first I'm sorry if this post was duplicated, I looked and I did not find it.


    I'm trying to capture a date, but the format as it comes is giving me a headache:


    <ext:DateField...
Results 1 to 17 of 17