Abdias Michael
-
Abdias Michael posted on the forum topic count filtered rows in group in the group
Studio for ASP.NET Wijmo: 19 hours, 16 minutes ago · ViewHello,
Please refer to the following forum post where this issue has been addressed :
http://our.componentone.com/groups/asp-net/studio-for-asp-net/forum/topic/c1gridview-number-filtered-rowsLet me know if you need any other help.
Regards
-
Abdias Michael posted on the forum topic C1Menu in the group
Studio for ASP.NET Wijmo: 1 day, 10 hours ago · ViewHello Marlon, The mainmenu on the left side of our demo site is nothing but an html ‘ul’ element with ‘li’ elements created dynamically from an xml containing the list of widgets. Please refer to the installed ControlExplorer on your machine at the following location : DocumentsComponentOne SamplesStudio for ASP.NET WijmoASP.NET WebFormsCSControlExplorer and open Wijmo.master.cs [...]
-
Abdias Michael posted on the forum topic HTML text not displaying correctly in a C1RichTextBox in the group
Studio for Silverlight: 2 days, 18 hours ago · ViewHello,
This is a known bug in C1RichTextBox and is already escalated to the developers. We’ll update you as soon as we hear anything on this issue.
Thanks
-
Abdias Michael posted on the forum topic Losing Grid data while pageload in the group
Studio for ASP.NET Wijmo: 2 days, 19 hours ago · ViewHi Lakshmi, What do u mean by “whenever needed have to take data from grid view”? If you wish to retrieve the changed values, it can be done in the RowUpdating event only and if you do not wish to store the data in a session, then you’ll have to fetch the data from the [...]
-
Abdias Michael posted on the forum topic C1 Gridview Update problem? in the group
Studio for ASP.NET Wijmo: 5 days, 12 hours ago · View> Now I think my Grid updates every time I use Updatepanel.Update(), but alle Data in the Grid is deleted. The Grid will be refreshed when you call UpdatePanel.Update(), since the grid is inside UpdatePanel. > But I also donĀ“t know how to make the GridView on the page the child of the GridView in [...]
-
Abdias Michael posted on the forum topic C1GridView – Background data incorrect on filter or page in the group
Studio for ASP.NET Wijmo: 5 days, 13 hours ago · ViewHi, I couldn’t replicate the issue you’re facing. It works fine at my end with the latest build 4.0.20121.56. If you are not using this build, please download it from the following url : http://prerelease.componentone.com/dotnet30/c1webwijmo.webforms/2012-t1/C1WebWijmo.Webforms_3.5.20121.56.zip If you’re still facing this issue, please post a sample here replicating the issue and I’ll look into it. Perhaps, [...]
-
Abdias Michael posted on the forum topic C1 Gridview Update problem? in the group
Studio for ASP.NET Wijmo: 6 days, 15 hours ago · ViewCould you please post your sample so that I can take a look?
Thanks
-
Abdias Michael posted on the forum topic C1 Gridview Update problem? in the group
Studio for ASP.NET Wijmo: 6 days, 16 hours ago · ViewHi, I believe you’re referring to the MouseMove client side event. To update C1GridView from server side, there has to be a postback or an ajax callback. I think you could do a postback from the MouseMove event and pass along the values. Then retrieve these values and update C1GridView. Let me know if it [...]
-
Abdias Michael posted on the forum topic LaunchPad StatusText Alignment Issue.. in the group
Studio for iPhone: 1 week, 1 day ago · ViewHi,
Which iPhone build are you using? I couldn’t replicate the issue at my end using the latest build.
You can download it from the following url :
http://prerelease.componentone.com/dotnet40/c1webiphone/2012-t1/C1WebiPhone.4_4.0.20121.150.zipRegards
-
Abdias Michael posted on the forum topic C1Calendar Restrict Selections in the group
Studio for iPhone: 1 week, 1 day ago · ViewHi Brian,
To make the out of range dates look visually disabled as well, you’ll have to add the DisabledDay css class to the out of range dates. Please see the following jQuery code :
Regards
Abdias -
Abdias Michael posted on the forum topic RadialGauge Ranges in the group
Studio for ASP.NET Wijmo: 1 week, 2 days ago · ViewHi,
Yes, you can loop through the ranges of RadialGauge and update its properties in the following way :
Similarly, you can set all the other properties dynamically.
Regards
-
Abdias Michael posted on the forum topic WIjmo Gridview with C1Menu in the group
Studio for ASP.NET Wijmo: 1 week, 6 days ago · ViewHi,
I could observe the issue you’re facing. Since you’re already using the Wijmo GridView, I would suggest you try using the Wijmo Menu which works perfectly fine as studio for asp.net ajax is already in maintenance mode.
Regards
-
Abdias Michael posted on the forum topic Can I Combine Scripts with ToolkitScriptManager in the group
Studio for ASP.NET Wijmo: 1 week, 6 days ago · ViewUnfortunately you cannot combine the scripts used for wijmo with the ToolkitScriptManager. For this to be done, the wijmo assemblies would have to reference the ajax control toolkit which is not gonna be done since wijmo control are purely based on jQuery.
Regards
-
Abdias Michael posted on the forum topic Translate topics in EventsCalendar in the group
Studio for ASP.NET Wijmo: 2 weeks ago · ViewYou can change the Day and Month by setting the culture property of EventsCalendar however, I think changing ‘Today’ and ‘NewEvent’, etc is not supported currently. I’ve made an enhancement request for this and will let you know when I have any updates.
Regards
-
Abdias Michael posted on the forum topic Wijmo Gridview – How to override style through CSS in the group
Studio for ASP.NET Wijmo: 2 weeks, 1 day ago · ViewHi, It may not be possible to get the same look as the older gridview because wijmo uses a complete new set of themes. Displaying an image in the header is possible. If you could tell me what css classes you had applied to the older C1GridView and what look you would like in the [...]
-
Abdias Michael posted on the forum topic Can I Combine Scripts with ToolkitScriptManager in the group
Studio for ASP.NET Wijmo: 2 weeks, 1 day ago · ViewHi, According to the following msdn link, the assemblies must have a ScriptCombine attribute to allow the scripts to be combined with the ToolkitScriptManager. http://blogs.msdn.com/b/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx However, I’m not sure if this attribute is added to the wijmo dlls. I’ve sent a query to the concerned team regarding this and will let you know if you [...]
-
Abdias Michael posted on the forum topic Column Wise Disabling in C1GridView in the group
Studio for ASP.NET Wijmo: 2 weeks, 2 days ago · ViewHi,
You can handle the RowEditing event of C1GridView and disable a column using the following code snippet:
Regards
-
Abdias Michael posted on the forum topic C1NavigationList- Can't create C1NavigationList on the client in the group
Studio for iPhone: 3 weeks, 1 day ago · ViewThis seems to be a an issue with C1NavigationList. I’ve escalated it to the concerned team for review and will let you know as soon as I get any updates from them.
Regards
-
Abdias Michael posted on the forum topic The inherited C1NavigationList page style lost in the group
Studio for iPhone: 3 weeks, 2 days ago · ViewHello,
I apologize for the delay.
This seems to be a bug in the control and I’ve escalated it to the concerned team for their review. I’ll let you know as soon as I have any updates from them.Regards
-
Abdias Michael posted on the forum topic C1Picker items not found on post-back in the group
Studio for iPhone: 3 weeks, 2 days ago · ViewHi Brian, I tried replicating your issue by adding items to C1Picker at runtime on PageLoad and then accessed the selectedItem’s text on the SelectedIndexChanged event and it worked. Please see the code snippet below which I used : Let me know if you’re doing anything different. One thing to note is that you must [...]
- Load More



