-
METLIFE, Thanks for the kind words! We focused on the product itself leading up to the 2009.3 release as we were eager to release it as soon as possible, but the main focus for our visualization team is now the creation of quality product documentation. You will see a big improvement in the first post-2009.3 service pack. In the meantime, team members will post tutorials in the blogs as they compose them. The 2009.3 distribution includes full API documentation, but you should post any specific "how...
-
Do you have any idea how much time you could save all these developers, and even yourselves, in support time if you just completed your documentation? Even your own people don't seem to know these members exist. I copied some forum code written by your staff and once I was in the debugger, realized that there is a better way to write it. For instance, this: function Grid1_onSortChange(sender, eventArgs) { for (var i = 0; i Is clearly much better as this: sortColumnIndex = eventArgs.get_column...
-
I've been combing through the documentation on what the options / techniques are for Databinding the Grid. Can someone give me a clue where this is documented ? Jim
-
I have a grid with edit enabled and i have a save button too. What i want to know is: What I put in button to save the alterations made in grid into database?
-
I am trying to reference a specific cell on the grid. Something like this...
p.Comments = Grid1.Items.IndexOf(3).ToString();
This does not work. Suggestions?
-
Hi, The docs for Menu are slightly out-of-date. The following may help you: Changes: 'ItemLabel' is now 'Text' 'ItemIcon' is now 'IconSource' 'id' is now 'Id' 'InRadioGroup' is now 'RadioGroupName' Additions: 'IsCollapsed' added, acts like Visibility.Collapsed. I have updated the docs for a future release. Jeremy
-
I will add this to the QuickStart for the control, it should have been in there.
Jeremy
-
Hi, Currently there is no "customcallbackparameter" but I will be adding one in upcoming versions. There are two ways to control the destination folder: first in the WebControl: < componentart : silverlightupload id = "SilverlightUpload1" runat = "server" maximumfilecount = "8" debugmode = "false" maximumuploadsize = "11000" tempfilefolder = "~/uploadtemp" destinationfolder = "~/upload" overwriteexistingfiles = "true"...
-
I am looking at http://docs.componentart.com/ Web.UI for Silverlight Individual Controls Menu Core Menu Feature The examples shown don't seem to match the Menu object found in ComponentArt.Silverlight.UI.Navigation which I downloaded today on a trial basis.
-
In the QuickStart help for the various Silverlight components, you may want to remind users that when attempting to add the controls to the toolbox, they should select the "Silverlight Components" tab first. I'm sorry to admit I spent a bit of time banging my head against the wall before I realized I had the default ".NET Framework Components" tab selected ...