User Profile & Activity

Huzefa Katwarawala Member
Page
of 6

Then this is a bug you mean.


Is there any work around?? I can't use AutoComplete 


Thanks,

Huzefa

Hi,

Can you please redirect towards a detailed Documentation which can help in the understanding of this CustomEditor concept.

 

Thanks,

Huzefa

Though you dont except this as Bug. I think it is a Bug.

Why should i have to introduce a new control and then on the click event of the confirm button i have to write my Delete Logic? You are just catching the ear from the other way round.

I have wrtten all my Logic on Command Click of toolbar, now just for Delete i have to introduce a new control and code behind the new control click. This should have been simple.

This is not what is expected. It should allow to verify from ClientSide code first. If the returned value is true then only server side code should be run.

 

Thanks,

Huzefa

Posted: May 2, 2011 12:27 PM

Hi Lili,

 

1) In my case i don't want user to click AcceptAllChanges button and wait till that time for the footer to get updated. Also in my form the user is not even allowed clicking the AcceptAllChanges button manually on the form. The AcceptAllChanges is taken care at server side at the submission of the form.

In this case, please tell how can i manually update the footer using some javascript, when the user changes the value in textbox. Though this should be handled by intersoft but i want to proceed with my work instead of getting stuck. I feel intersoft has not thought properly before adding any functionality. i have faced this situation at so many places.

2) What i mean here is that : I have enabled the footer for a grid and assigned the AggregationFunction to Sum. Now at the Page Load i have few records in the grid, but when the page is loaded i see 0 in the Footer while in the grid column there actually are values. Why it didn't calculate the Sum of existing record while loading?

One problem i see is that i have used a CustomEditor for this column. I am not sure, but is this making any problem?

 

3) Why i am asking for DataType is that i have not assigned DataType property on the Grid Columns, so is there any problem if i don't assgin this property?

 

Thanks,

Huzefa

When is intersoft planning to fix this BUG??

Posted: April 29, 2011 9:24 AM

Thanx for reply.

 

  1. In my case i am using Bacth Update, so i think the UpdateRow event is not being called. So Now how to update?
  2. I am also using following setting for my column. This mean that i have set the formating in my WebInput control and i am binding column to my control. Now in the footer i am seeing only 0 as Sum no matter what value is there in the Grid. I don't know what could be the problem?
    column.EditType = EditType.Custom;
                    column.CustomEditorName = "WebInputNET";
                    column.CustomEditorServerId = gridColumn.GridColumn.Name;
  3. Is it necessary to supply the DataType for each column? What is the main use of supplying the DataType property?

 

Please help me with above mentioned issues.

Thanks,

Huzefa

Posted: April 22, 2011 11:54 AM

Hi,

 

Can you please tell me what is the update on feature i had requested in this post with Task# 908??

This feature is very important to me.

 

Thanks,

Huzefa

Hi,

 

Can i give a Mask to this so as to restrict the input for Currency type till 3 digits after decimal?

 

Thanks,

Huzefa

Dear Lili,

Thanks for the solutions. but i think you have forgot to attach the sample.

Can you please attach it?

Thanks
Huzefa
Posted: February 26, 2011 9:17 AM

Hi Handy,

About AutoComplete behaviour, it is not a bug. It works correctly fine. 
The issue you faced when focus, is closely due to the network latency.

 
1) The Instantlookup wont work for me as i want the word to get AutoCompleted at the same time don't want the focus to go back to the control after sucessful auto-completion.

How can i get a work arounf against the default behaviour.

 

2) I have updated the sample and you will be able to see the label not updating issue after Flypostback. I have created a custom Control out of Label control and assigning value to this custom label control in FlyPostBack request doesn't assign value.

 

For javascript error that you faced in Date, please send me a sample that replicates the error.
I would like to have the same thing with 'update only some parts in WebFlyPostBackManager' issue.
I need the sample to investigate your issue.

 

3) I have replicated the 'update only some parts in WebFlyPostBackManager' issue in the sample that i have attached. It seems to be because of Master page assigned to the WebForm1.aspx.

 

4) For Date issue -> i have attached a image file with the error that i get in debug mode.

 

Regarding LoadData in WebCombo, it is already WebCombo behaviour.

 

5) In the docuementation and sample i have seen this behaviour with ISDataSource control only. Can you please provide me a sample which shows how to make this possible in my case.

 

Looking forward for an early response.

Thanks,

Huzefa Katwarawala

All times are GMT -5. The time now is 8:49 PM.
Previous Next